Skip to main content

TsgUInt64Pairs

Unit:sgLists

Description

TsgUInt64Pairs stores the pairs of 64-bit unsigned integers.

Syntax

type TsgUInt64Pairs = class

Properties

PropertiesDescription
ActivePairValueThe property indicates an active value in the pair.
CountThe property indicates the number of entries in the list that are in use.
FirstThe property indicates the first item in the pair.
PairThe property gets the pair of 64-bit unsigned integers by its index.
SecondThe property indicates the second item in the pair.

Methods

MethodsDescription
AddPairThe method inserts a new pair at the end of the list.
ClearThe method deletes all items from the list.
CreateThe method constructs a new list and initializes its data.
DestroyThe method destroys an instance of TsgUInt64Pairs.
IndexOfThe method returns the index of separate item in the list by its value.